From 18e5c1e0ee7ceb49d628169416137736f1fc9789 Mon Sep 17 00:00:00 2001 From: robertl Date: Thu, 8 Jun 2006 16:37:51 +0000 Subject: [PATCH] Add (under protest) man page. --- gpsbabel/xmldoc/gpsbabel_man.xml | 77 ++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 gpsbabel/xmldoc/gpsbabel_man.xml diff --git a/gpsbabel/xmldoc/gpsbabel_man.xml b/gpsbabel/xmldoc/gpsbabel_man.xml new file mode 100644 index 000000000..d98cb2c88 --- /dev/null +++ b/gpsbabel/xmldoc/gpsbabel_man.xml @@ -0,0 +1,77 @@ + + + + +gpsbabel +1 + + + +gpsbabel + + convert and manipulate waypoints, tracks, and routes between formats. + + + + + +gpsbabel + + + +file + + + +Description + +GPSBabel converts waypoints, tracks, and routes from one format to another, whether that format is a common mapping format like Delorme, Streets and Trips, or even a serial upload or download to a GPS unit such as those from Garmin and Magellan. By flattening the Tower of Babel that the authors of various programs for manipulating GPS data have imposed upon us, it returns to us the ability to freely move our own waypoint data between the programs and hardware we choose to use. + +It contains extensive data manipulation abilities making it a convenient for server-side processing or as the backend for other tools. + + + +Options + + GPSBabel accepts the following options and processes them in order + from left to right.. Additional options are documented in the + docbook help. + + + + format + Use format as the type file to read. + + + name + Use name as the filename to read. + + + format + Use format as the type of file to read. + + + name + Use name as the filename to write. + + + filter + Invoke an internal filter on the data. + + + + Display help. + + +Lists of filters and formats are given in the doc at http://www.gpsbabel.org. + + +See Also + + http://www.gpsbabel.org + + + + + -- 2.30.2